Mid(string, start, count) Returns count characters from string beginning at start position. See also Left, Len, and Right.
Returns count characters from string beginning at start position.
See also Left, Len, and Right.
Any string.
Starting position for count.
Number of characters being returned.